list
Constructors
Functions
Adds all elements from another collection to this collection.
Inserts all elements from a collection at the specified index. Fails if the specified index is out of bounds.
Adds all elements from another collection to this collection.
Inserts all elements from a collection at the specified index. Fails if the specified index is out of bounds.
Checks if the collection contains all elements of another collection.
Checks if the collection contains all elements of another collection.
Creates a text from all the elements separated using separator
and using the given prefix
and postfix
if supplied.
If the iterable is large, you can specify a non-negative value of limit
, in which case only the first limit
of elements will be appended, followed by the truncated
text (which defaults to "...").
Removes all elements from the collection that are present in another collection.
Removes all elements from the collection that are present in another collection.